(syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed.
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 30 Jun 2006 01:32:24 +0000 (01:32 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 30 Jun 2006 01:32:24 +0000 (01:32 +0000)
src/w32console.c

index dbadee3b10d1e6b124ad320b81517e6d61b8b869..0fc652bf55f304a32eb3192419d6c0f4e356242e 100644 (file)
@@ -705,7 +705,7 @@ syms_of_ntterm ()
   DEFVAR_BOOL ("w32-use-full-screen-buffer",
                &w32_use_full_screen_buffer,
               doc: /* Non-nil means make terminal frames use the full screen buffer dimensions.
-This is desirable when running Emacs over telnet, and is the default.
+This is desirable when running Emacs over telnet.
 A value of nil means use the current console window dimensions; this
 may be preferrable when working directly at the console with a large
 scroll-back buffer.  */);